$floatValue = Math.RoundDigit
("<num>", <numDecimalPlaces>)
Approximates and rounds the number to the specified number of decimal places.
Parameters
<num> Any numeric expression.
<numDecimalPlaces> The number of places to include after the decimal point.
Return Value
Example
$ret = Math.RoundDigit ("10.5678", 1)